翻訳と辞書
Words near each other
・ enterprise resource planning
・ enterprise systems connectivity
・ entirex
・ entity-relationship diagram
・ entity-relationship model
・ entropy
・ entry sequenced data set
・ enumerated type
・ enumeration
・ environment
environment variable
・ environmental audio extensions
・ envoy
・ eof
・ eol
・ eor
・ eot
・ eou
・ eoug
・ ep


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

environment variable : FOLDOC
environment variable
A variable that is bound in the current environment. When evaluating an expression in some environment, the evaluation of a variable consists of looking up its name in the environment and substituting its value.
Most programming languages have some concept of an environment but in Unix shell scripts it has a specific meaning slightly different from other contexts. In shell scripts, environment variables are one kind of shell variable. They differ from local variables and command line arguments in that they are inheritted by a child process. Examples are the PATH variable that tells the shell the file system paths to search to find command executables and the TZ variable which contains the local time zone. The variable called "SHELL" specifies the type of shell being used.
These variables are used by commands or shell scripts to discover things about the environment they are operating in


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.